Test Series - computer fundamental

Test Number 79/95

Q: A program that can retrieve files from the world wide web and render text, images or sounds encoded in the files.
A. Browser
B. Internet
C. Server
D. Web Server
Solution: A browser or a web browser is a program that can retrieve files from the world wide web. Certain examples are IE, Mozilla, etc.
Q: An HTML file is a text file containing small markup tags.
A. True
B. False
C. .
D. none
Solution: The statement is true. HTML stands for Hyper Text Markup Language. It is a text file containing small markup tags.
Q: Which of the following is not a type of browser?
A. Netscape
B. Web
C. IE
D. Mozilla
Solution: Others except web are web browsers. Web is a type of server. Application that works on client requests.
Q: Both client and server release _________ connection after a page has been transferred.
A. IP
B. TCP
C. Hyperlink
D. Network
Solution: The answer is TCP. TCP stands for Transmission Control Protocol. Servers receive requests from clients.
Q: In HTML, the tags that tell the browser how to display the page.
A. markup
B. style
C. body
D. head
Solution: Markup is a general term used to refer the types of tags in HTML. The markup tags tell the browser how to display the page.
Q: FTP stands for?
A. File Text Protocol
B. File Transfer Protocol
C. Firm Transfer Protocol
D. File Transplant Protocol
Solution: FTP stands for File Transfer Protocol. It is a type of internet service use for the transmission of files.
Q: A section in HTML that contains generic information about the document.
A. body
B. title
C. head
D. style
Solution: The head segment contains a generic info about the document. The head section must come before the body section in an HTML document.
Q: A tag similar to that of the italic tag.
A. 
B. 
C. 
D. 
Solution:  is a container tag in html that is citation generally in italics. Other tags like or emphasize is also used for this purpose.
Q: A _________ partitions a web browser window so that multiple web documents can be displayed simultaneously.
A. Frame
B. set
C. Frameset
D. div
Solution: A frameset partitions a web browser window so that multiple web documents can be displayed simultaneously. Frameset can have attributes like cols.
Q: The _________ attribute specifies the web page to be placed in the frame initially.
A. name
B. src
C. cols
D. rows
Solution: The src attribute or the source specifies the web page to be placed in the frame initially. It may be subsequently overwritten.

You Have Score    /10